
body {
    font-weight: 700;
    text-align: center;
    color:white;
    font-family:sans-serif;
    background-color:#F4AE9C;
    border-style:double;
    font-style: italic;
    border-width:20px;
   
}
.redFont{
    color:red;
}

.purpleFont{
    color:purple
}
 h1{
        font-size:100px;
     text-decoration:underline
    }
#div2{
    color: purple;
}
#div1{
    color: indianred;
}